home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 8 (Internal Edition) / Apple R&P Lib Internal v8.0.iso / 5-Fonts & Software / Applications / Aldus FreeHand 3.0 / Aldus / PPDs / QMSCS494.PPD < prev    next >
Text File  |  1990-06-24  |  10KB  |  328 lines

  1. *% Adobe Systems PostScript(R) Printer Description File
  2. *% For "QMS ColorScript 100" version 49.4
  3. *% Produced by "GETapd.ps" version 2.0 edit 48
  4. *%
  5. *% Copyright 1988, 1989 Adobe Systems Incorporated.  All Rights Reserved.
  6. *% Permission is granted for redistribution of this file as
  7. *% long as this copyright notice is intact and the contents
  8. *% of the file is not altered in any way from its original form.
  9. *%
  10. *% The byte count of this file should be exactly 010375 or 010702
  11. *% depending on the filesystem it resides in.
  12. *%
  13. *% Date: 4/14/89
  14. *FormatVersion: "3.0"
  15. *FileVersion: "2.1"
  16. *LanguageVersion: English
  17.  
  18. *Product: "(QMS ColorScript 100)"
  19. *PSVersion: "(49.4) 0"
  20. *NickName: "QMS ColorScript 100 v49.3"
  21.  
  22. *% General Information and Defaults ===============
  23. *ColorDevice: True
  24. *FreeVM: "8388608"
  25. *VariablePaperSize: False
  26. *FileSystem: True
  27. *?FileSystem: "
  28. save statusdict begin
  29.     (False) /diskstatus where{
  30.         pop diskstatus exch pop 0 ne {pop (True)} if
  31.     }if = flush
  32. end restore
  33. "
  34. *End
  35. *Throughput: "1"
  36. *Password: "0"
  37. *ExitServer: "
  38.   count 0 eq {  % is the password on the stack?
  39.     true 
  40.   }{
  41.     dup    % potential password
  42.     statusdict begin checkpassword end not
  43.   } ifelse 
  44.   {  %  if no password or not valid 
  45.     (WARNING : Cannot perform the exitserver command.) = 
  46.     (Password supplied is not valid.) = 
  47.     (Please contact the author of this software.) = flush
  48.     quit
  49.   } if 
  50.   serverdict begin exitserver
  51. "
  52. *End
  53.  
  54. *Reset: "
  55.   count 0 eq {  % is the password on the stack?
  56.     true 
  57.   }{
  58.     dup    % potential password
  59.     statusdict begin checkpassword end not
  60.   } ifelse 
  61.   {  %  if no password or not valid 
  62.     (WARNING : Cannot reset printer.) = 
  63.     (Password supplied is not valid.) = 
  64.     (Please contact the author of this software.) = flush
  65.     quit
  66.   } if 
  67.   serverdict begin exitserver
  68.   systemdict /quit get exec
  69.   (WARNING : Printer Reset Failed.) = flush
  70. "
  71. *End
  72.  
  73. *DefaultResolution: 300dpi
  74. *?Resolution: "
  75. save
  76.   initgraphics
  77.   0 0 moveto currentpoint matrix defaultmatrix transform
  78.   0 72 lineto currentpoint matrix defaultmatrix transform
  79.   3 -1 roll sub dup mul
  80.   3 1 roll exch sub dup mul
  81.   add sqrt round cvi
  82.   (          ) cvs print (dpi) = flush
  83. restore
  84. "
  85. *End
  86.  
  87. *% Halftone Information ===============
  88. *ScreenFreq: "50.0"
  89. *ScreenAngle: "24.0"
  90. *DefaultScreenProc: Dot
  91. *ScreenProc Dot: "
  92. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 
  93. sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  94. "
  95. *End
  96. *ScreenProc Line: "{ pop }"
  97. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  98.  
  99. *DefaultTransfer: Null
  100. *Transfer Null: "{ }"
  101. *Transfer Null.Inverse: "{ 1 exch sub }"
  102.  
  103. *% Paper Handling ===================
  104.  
  105. *% Use these entries to set paper size most of the time, unless there is
  106. *% specific reason to use PageRegion or PaperTray.
  107. *DefaultPageSize: Letter
  108. *PageSize Letter: "statusdict begin lettertray end"
  109. *PageSize Tabloid: "statusdict begin 11x17tray end"
  110. *PageSize A3: "statusdict begin a3tray end"
  111. *PageSize A4: "statusdict begin a4tray end"
  112. *?PageSize: "
  113.  save statusdict begin
  114.  /pagetype where{ pop
  115.   5 dict begin
  116.    /0 (Letter) def
  117.    /1 (Tabloid) def
  118.    /2 (A4) def
  119.    /3 (A3) def
  120.    pagetype {( ) cvs cvn load exec} stopped not {= flush}{(Unknown) = flush}ifelse
  121.   end
  122.  }if
  123.  end restore
  124. "
  125. *End
  126.  
  127. *% These entries will set up the frame buffer. Usually used with manual feed.
  128. *DefaultPageRegion: Letter
  129. *PageRegion Letter: "letter"
  130. *PageRegion Tabloid: "11x17"
  131. *PageRegion A3: "a3"
  132. *PageRegion A4: "a4"
  133.  
  134. *% These entries will invoke a particular tray--error may occur if tray is not inserted.
  135. *% These errors should be trapped by software and a message displayed
  136. *DefaultPaperTray: None
  137. *PaperTray Letter: "statusdict begin lettertray end"
  138. *PaperTray Tabloid: "statusdict begin 11x17tray end"
  139. *PaperTray A3: "statusdict begin a3tray end"
  140. *PaperTray A4: "statusdict begin a4tray end"
  141. *?PaperTray: "
  142.  save statusdict begin
  143.  /traytype where{ pop
  144.   5 dict begin
  145.    /0 (Letter) def
  146.    /1 (Tabloid) def
  147.    /2 (A4) def
  148.    /3 (A3) def
  149.    pagetype {( ) cvs cvn load exec} stopped not {= flush} if
  150.   end
  151.  }if
  152.  end restore
  153. "
  154. *End
  155.  
  156. *% The following entries provide information about specific paper keywords.
  157. *DefaultImageableArea: Letter
  158. *ImageableArea Letter: "15 91 597 732 "
  159. *ImageableArea Tabloid: "15 91 781 1164 "
  160. *ImageableArea A3: "15 91 828 1131 "
  161. *ImageableArea A4: "15 91 582 782 "
  162. *?ImageableArea: "
  163.  save /cvp { cvi (            ) cvs print ( ) print } bind def
  164.   newpath clippath pathbbox
  165.   4 -2 roll exch 2 {ceiling cvp} repeat
  166.   exch 2 {floor cvp} repeat flush
  167.  restore
  168. "
  169. *End
  170.  
  171. *% These provide the physical dimensions of the paper (by keyword)
  172. *DefaultPaperDimension: Letter
  173. *PaperDimension Letter: "612 792"
  174. *PaperDimension Tabloid: "792 1224"
  175. *PaperDimension A3: "842 1190"
  176. *PaperDimension A4: "595 842"
  177.  
  178. *DefaultOutputBin: Upper
  179. *DefaultInputSlot: None
  180. *DefaultManualFeed: None
  181. *DefaultOutputOrder: Reverse
  182. *DefaultCollator: None
  183. *DefaultSorter: None
  184. *DefaultDuplex: None
  185.  
  186. *% Font Information =====================
  187.  
  188. *DefaultFont: Courier
  189. *Font AvantGarde-Book: Standard "(001.002)"
  190. *Font AvantGarde-BookOblique: Standard "(001.002)"
  191. *Font AvantGarde-Demi: Standard "(001.003)"
  192. *Font AvantGarde-DemiOblique: Standard "(001.003)"
  193. *Font Bookman-Demi: Standard "(001.001)"
  194. *Font Bookman-DemiItalic: Standard "(001.001)"
  195. *Font Bookman-Light: Standard "(001.001)"
  196. *Font Bookman-LightItalic: Standard "(001.001)"
  197. *Font Courier: Standard "(001.004)"
  198. *Font Courier-Bold: Standard "(001.004)"
  199. *Font Courier-BoldOblique: Standard "(001.004)"
  200. *Font Courier-Oblique: Standard "(001.004)"
  201. *Font Helvetica: Standard "(001.002)"
  202. *Font Helvetica-Bold: Standard "(001.002)"
  203. *Font Helvetica-BoldOblique: Standard "(001.002)"
  204. *Font Helvetica-Condensed: Standard "(001.001)"
  205. *Font Helvetica-Condensed-Bold: Standard "(001.002)"
  206. *Font Helvetica-Condensed-BoldObl: Standard "(001.002)"
  207. *Font Helvetica-Condensed-Oblique: Standard "(001.001)"
  208. *Font Helvetica-Oblique: Standard "(001.002)"
  209. *Font NewCenturySchlbk-Bold: Standard "(001.005)"
  210. *Font NewCenturySchlbk-BoldItalic: Standard "(001.004)"
  211. *Font NewCenturySchlbk-Italic: Standard "(001.003)"
  212. *Font NewCenturySchlbk-Roman: Standard "(001.004)"
  213. *Font Palatino-Bold: Standard "(001.002)"
  214. *Font Palatino-BoldItalic: Standard "(001.002)"
  215. *Font Palatino-Italic: Standard "(001.002)"
  216. *Font Palatino-Roman: Standard "(001.001)"
  217. *Font Symbol: Special "(001.003)"
  218. *Font Times-Bold: Standard "(001.002)"
  219. *Font Times-BoldItalic: Standard "(001.004)"
  220. *Font Times-Italic: Standard "(001.002)"
  221. *Font Times-Roman: Standard "(001.002)"
  222. *Font ZapfChancery-MediumItalic: Standard "(001.003)"
  223. *Font ZapfDingbats: Special "(001.001)"
  224. *?FontQuery: "
  225. save  4 dict begin /sv exch def
  226. /str (fonts/                              ) def
  227. /st2 128 string def
  228. {
  229.   count 0 gt {
  230.     dup st2 cvs (/) print print (:) print
  231.     dup FontDirectory exch known {pop (Yes)}{
  232.      str exch st2 cvs dup length /len exch def
  233.      6 exch putinterval str 0 len 6 add getinterval mark exch
  234.      { } st2 filenameforall counttomark 0 gt {
  235.       cleartomark (Yes)}{cleartomark (No)}ifelse
  236.     }ifelse = flush
  237.   }{ exit } ifelse
  238. } bind loop 
  239. (*) = flush
  240. sv end restore
  241. "
  242. *End
  243.  
  244. *?FontList: "
  245. save  2 dict begin /sv exch def
  246. /str 128 string def
  247. FontDirectory { pop == } bind forall flush 
  248. /filenameforall where { 
  249.  pop save (fonts/*) { 
  250.   dup length 6 sub 6 exch getinterval cvn ==  
  251.  } bind str filenameforall flush restore
  252. } if 
  253. (*) = flush
  254. sv end restore
  255. "
  256. *End
  257.  
  258. *% Printer Messages (verbatim from printer):
  259. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  260. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  261. *Message: "\FontName\ not found, using Courier"
  262.  
  263. *% Status (format: %%[ status: <one of these> ]%% )
  264. *Status: "idle"
  265. *Status: "busy"
  266. *Status: "waiting"
  267. *Status: "printing"
  268. *Status: "warming up"
  269. *Status: "PrinterError: end of ribbon"
  270. *Status: "PrinterError: out of paper"
  271. *Status: "PrinterError: printer fault"
  272. *Status: "PrinterError: printer offline"
  273.  
  274. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  275. *% Please edit list below and remove % from each line as appropriate:
  276. *Source: "serial9"
  277. *Source: "serial25"
  278. *Source: "AppleTalk"
  279. *Source: "Centronics"
  280.  
  281. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  282. *PrinterError: "end of ribbon"
  283. *PrinterError: "out of paper"
  284. *PrinterError: "printer fault"
  285. *PrinterError: "printer offline"
  286.  
  287. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  288.  
  289. *% Color Separation Information =====================
  290.  
  291. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  292.  
  293. *InkName: ProcessBlack/Process Black
  294. *InkName: CustomColor/Custom Color
  295. *InkName: ProcessCyan/Process Cyan
  296. *InkName: ProcessMagenta/Process Magenta
  297. *InkName: ProcessYellow/Process Yellow
  298.  
  299. *% For 60 lpi / 300 dpi =====================================================
  300.  
  301. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  302. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  303. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  304. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  305. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  306.  
  307. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  308. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  309. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  310. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  311. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  312.  
  313. *% For 53 lpi / 300 dpi =====================================================
  314.  
  315. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  316. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  317. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  318. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  319. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  320.  
  321. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  322. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  323. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  324. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  325. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  326.   
  327. *% end of PPD file for QMS ColorScript 100
  328.